This website uses cookies for analytics purposes.
Skip to main content

Example

Given the JSON schema:

{
"name": "Yavin IV",
"rotation_period": "24",
"orbital_period": "4818",
"diameter": "10200",
"climate": "temperate, tropical",
"gravity": "1 standard",
"terrain": "jungle, rainforests",
"surface_water": "8",
"population": "1000",
"residents": [],
"films": [
"https://swapi.dev/api/films/1/"
],
"created": "2014-12-10T11:37:19.144000Z",
"edited": "2014-12-20T20:58:18.421000Z",
"url": "https://swapi.dev/api/planets/3/"
}

The Generate Map activity will produce:

NameValue
namename
rotation_periodrotation_period
orbital_periodorbital_period
diameterdiameter
climateclimate
gravitygravity
terrainterrain
surface_watersurface_water
populationpopulation
films.[0]films.[0]
createdcreated
editededited
urlurl
note

Variables can be renamed or manually added.

Using Variables

Once mapped, the variables can be used in other activities.

Example

The gravity on planet %name% is %gravity%.